home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 58519 / 58519.xpi / chrome / nasatabs.jar / skin / common.css < prev    next >
Cascading Style Sheet File  |  2010-01-20  |  1KB  |  53 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. .tabbrowser-tab {
  3.     -moz-binding: url("chrome://nasatabs/content/tabs.xml#nasa-tab") !important;
  4. }
  5. *:focus {
  6.     outline: none !important;
  7. }
  8. .tabbrowser-tab[busy] .tab-icon-image {
  9.     display: -moz-box !important;
  10.     list-style-image: url("throbber.gif") !important;
  11.     opacity: 1 !important;
  12. }
  13. .tabbrowser-tab > .tab-close-button {
  14.       -moz-border-radius: 0 !important;
  15.       background: transparent url("close.png") no-repeat !important;
  16.     list-style-image: none !important;      
  17. }
  18. .tabbrowser-tab progressmeter.tab-progress {
  19.        display: none;
  20. }
  21. [anonid="tmp-close-button"] { 
  22.      display: none !important;
  23. }
  24. #tabs_Panel .checkbox-label-box {
  25.     border: 1px solid transparent !important;
  26.     outline: none !important;
  27. }
  28. #tabs_Panel .sample {
  29.     background: url("sample.png") no-repeat !important;
  30.     width: 132px !important;
  31. }
  32. #imgNasa.sample  {
  33.     background-position: 0 0 !important;
  34.     height: 32px !important;
  35. }
  36. #imgNoia.sample  {
  37.     background-position: 0 -62px !important;
  38.     height: 22px !important;
  39. }
  40. #imgNoia2.sample {
  41.     background-position: 0 -33px !important;
  42.     height: 28px !important;
  43. }
  44. #labelOr {
  45.     margin-left: 60px !important; 
  46.     padding: 5px 0 0 4px !important;
  47. }
  48. #gbNote {
  49.     color: red !important;
  50. }
  51.  
  52.  
  53.